runtime.heapArena.pageMarks (field)
10 uses
runtime (current package)
mgc.go#L1620: for i := range ha.pageMarks {
mgc.go#L1621: ha.pageMarks[i] = 0
mgcmark.go#L1487: if arena.pageMarks[pageIdx]&pageMask == 0 {
mgcmark.go#L1488: atomic.Or8(&arena.pageMarks[pageIdx], pageMask)
mgcmark.go#L1575: if arena.pageMarks[pageIdx]&pageMask == 0 {
mgcmark.go#L1576: atomic.Or8(&arena.pageMarks[pageIdx], pageMask)
mheap.go#L292: pageMarks [pagesPerArena / 8]uint8
mheap.go#L885: marked := ha.pageMarks[arenaPage/8:]
mwbbuf.go#L254: if arena.pageMarks[pageIdx]&pageMask == 0 {
mwbbuf.go#L255: atomic.Or8(&arena.pageMarks[pageIdx], pageMask)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |